home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / doc / spoiler / README < prev    next >
Text File  |  1996-07-24  |  1KB  |  30 lines

  1. README for spoiler.ps generation
  2. ================================
  3.  
  4. To generate the spoilers, you need a lot of things:
  5.  
  6.    -  a real awk, like the free AT&T awk, mawk or gawk
  7.    -  xpmtoppm from NETPBM, with _undefined_ PGM_BIGGRAYS in pbmplus.h
  8.    -  pnmtops, pnmscale, pgmtoppm. These can be from the old PBMPLUS.
  9.    -  LaTeX with psfig
  10.    -  dvips
  11.    -  longtable.sty, ftp.ifi.uio.no:/pub/tex/local/longtable.sty
  12.    -  a crossfire binary compiled with DUMP_SWITCHES defined in 
  13.       include/config.h.
  14.    -  the arch.tar file extracted in the Crossfire lib dir.
  15.  
  16. When you have all this in place, "make" should fix it all... Everytime
  17. you add or change something in the archetype file, generate a new
  18. spoiler file. The Imakefile is pretty good about not doing things
  19. unnecessarily if you don't do "make clean".
  20.  
  21. The spoiler.ps is in grayscale PostScript. If you have a colour printer,
  22. you can generate colour postscript by editing makeps (the value of
  23. "colour" near the top).
  24.  
  25. The generated PostScript file is very large, but it is very compressible,
  26. for example with GNU zip.
  27.  
  28.             Lars Olafsen <larso@ifi.uio.no>
  29.             Kjetil T. Homme <kjetilho@ifi.uio.no>
  30.